net/http.response.cancelCtx (field)

4 uses

	net/http (current package)
		server.go#L427: 	cancelCtx        context.CancelFunc // when ServeHTTP exits
		server.go#L1049: 		cancelCtx:     cancelCtx,
		server.go#L1872: 			inFlightResponse.cancelCtx()
		server.go#L2011: 		w.cancelCtx()